home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980901-19981211 / 000240_news@newsmaster….columbia.edu _Thu Oct 29 13:20:49 1998.msg < prev    next >
Internet Message Format  |  1998-12-10  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA04783
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 29 Oct 1998 13:20:48 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA19533
  7.     for kermit.misc@watsun; Thu, 29 Oct 1998 13:20:48 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Newbie printing question
  12. Date: 29 Oct 1998 18:20:46 GMT
  13. Organization: Columbia University
  14. Lines: 50
  15. Message-ID: <71ablu$juj$1@apakabar.cc.columbia.edu>
  16. References: <363616F2.9731F58E@hotmail.com> <36372CDC.348C9284@netscape.com> <717c34$o2o$1@apakabar.cc.columbia.edu> <3638AF9D.33522C89@netscape.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9440
  19.  
  20. In article <3638AF9D.33522C89@netscape.com>,
  21. Ayrin Hilbert  <ayrin@netscape.com> wrote:
  22.  
  23. : I did uprade to the latest version, and while that did give me a lot
  24. more in the : way of online help and I read more of the manual my
  25. problem is still not solved.  : The purpose of my script is to log on,
  26. print a report, then log off.  All of this : without the user, after
  27. the initail double click on an icon.  After the dialing : part of my
  28. script I have:
  29.  
  30. : output \13
  31. : input 15 Host Name:
  32. : output CXXX\13
  33. : input 3 Please enter your Access Code?
  34. : output TXXXX\13
  35. : input 3 Please enter your Access Code?
  36. : output TXXXX\13
  37. : input 5 PASSWORD:
  38. : output SXXXX\13
  39. : set printer /windows
  40. : input 5 Request?:
  41. : output 211\13
  42.  
  43.  
  44. : Before the last two line is where I would like to turn the printer
  45. on.  From the : text I read that I should type alt-o, I tried to send
  46. this in the code by using : %o, this did not work.
  47.  
  48. Printing the report is started by the host not by the user in most
  49. cases.  What is the application on the host?  How is the report
  50. being output?
  51.  
  52. Pressing Alt-o activates a Keyboard verb.  To use a Keyboard verb in 
  53. a script simply place the verb in the script as a command.
  54.  
  55. \Kprtauto
  56.  
  57. : Also upgrading to the new version gave me errors when I used the
  58. batch file and : ini to set up this PC as a host.  I reinstalled the
  59. old version from disk.
  60.  
  61. Would you care to tell us what errors were reported?  Look in PATCH.ERR.
  62.  
  63. We do not recommend returning to out of date versions of the software
  64. unless there is a really good reason to do so.
  65.  
  66.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  67.                  The Kermit Project * Columbia University
  68.               612 West 115th St #716 * New York, NY * 10025
  69.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org